Click or drag to resize

RecipientTrackingEvent Class

Contains information for a single event for a recipient.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRecipientTrackingEvent

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RecipientTrackingEvent

The RecipientTrackingEvent type exposes the following members.

Properties
  NameDescription
Public propertyBccRecipient
Represents a recipient to receive a blind carbon copy (Bcc) of an e-mail message.
Public propertyDate
Represents the date and time at which the event occurred.
Public propertyDeliveryStatus
Contains delivery status.
Public propertyEventData
Represents data that is associated with the processing step for the event.
Public propertyEventDescription
Contains event description.
Public propertyHiddenRecipient
Indicates that the recipient was added by an organization policy that should be hidden from unprivileged users.
Public propertyInternalId
Represents an integer value for the event identification.
Public propertyRecipient
Represents the recipient for whom the event occurred.
Public propertyServer
Represents the physical server where the event occurred.
Public propertyUniquePathId
Represents a string that is different for each path in a tracking report.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also